From 6ea6052a260c301e7ad6755669a73e739bdca6c0 Mon Sep 17 00:00:00 2001 From: "akw27@arcadians.cl.cam.ac.uk" Date: Fri, 18 Feb 2005 07:23:24 +0000 Subject: [PATCH] bitkeeper revision 1.1222 (421597ecaI2-3aeW9kd822IZ_lBy3w) fix Kconfig typo. signed-off-by: akw27@cl.cam.ac.uk --- linux-2.6.10-xen-sparse/arch/xen/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6.10-xen-sparse/arch/xen/Kconfig b/linux-2.6.10-xen-sparse/arch/xen/Kconfig index 9beeb15593..2a8c5f200f 100644 --- a/linux-2.6.10-xen-sparse/arch/xen/Kconfig +++ b/linux-2.6.10-xen-sparse/arch/xen/Kconfig @@ -50,7 +50,7 @@ config XEN_BLKDEV_BACKEND config XEN_BLKDEV_TAP_BE bool "Block Tap support for backend driver (DANGEROUS)" - depends on XEN_BLDEV_BACKEND + depends on XEN_BLKDEV_BACKEND default n help If you intend to use the block tap driver, the backend domain will -- 2.30.2